ServiceGetRules Method (String) |
Retrieves a collection of Inbox rules.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetRulesResponse GetRules(
string smtpEmailAddress
)
Public Function GetRules (
smtpEmailAddress As String
) As GetRulesResponse
Parameters
- smtpEmailAddress
- Type: SystemString
The SMTP address of the user whose Inbox rules are to be retrieved.
Return Value
Type:
GetRulesResponseA collection of the user's Inbox rules.
See Also